From: Roland McGrath Date: Fri, 18 Mar 1994 06:27:03 +0000 (+0000) Subject: (LIBXT): Add -lXext. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~92658 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ac4c3d0c7bb96181a93bdf7d4bf316372775cc43;p=emacs.git (LIBXT): Add -lXext. --- diff --git a/src/Makefile.in b/src/Makefile.in index 46e29e432a4..e17befb645a 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -289,7 +289,7 @@ LIBXMENU= #endif /* not HAVE_X_MENU */ #ifdef USE_X_TOOLKIT -LIBXT= -lXaw -lXt -lXmu +LIBXT= -lXaw -lXt -lXmu -lXext #else LIBXT= #endif